nl.telin.mymedia.uima.annotation
Class DeletedAnnotation_Type

java.lang.Object
  extended by Annotation_Type
      extended by nl.telin.mymedia.uima.annotation.DeletedAnnotation_Type

public class DeletedAnnotation_Type
extends Annotation_Type

Updated by JCasGen Thu Feb 12 14:58:02 CET 2009


Field Summary
static boolean featOkTst
           
static int typeIndexID
           
 
Constructor Summary
DeletedAnnotation_Type(JCas jcas, Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
protected  FSGenerator getFSGenerator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

featOkTst

public static final boolean featOkTst
Constructor Detail

DeletedAnnotation_Type

public DeletedAnnotation_Type(JCas jcas,
                              Type casType)
initialize variables to correspond with Cas Type and Features

Method Detail

getFSGenerator

protected FSGenerator getFSGenerator()